home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
DomonicDefence4.swf
/
scripts
/
DefineButton2_1491
/
BUTTONCONDACTION on(release).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-27
|
311 b
|
17 lines
on(release){
if(_root.money >= 3100 && _root.shockSpell != 1)
{
_root.shockSpell = 1;
messo = "Got Shockwave!";
_root.money -= 3100;
}
else if(_root.shockSpell == 1)
{
messo = "Already have it!";
}
else
{
messo = "Not enough money!";
}
}